Input Tag

This is used to input text in a form.

This is used to input text in a form.

Input Text

This is used to input text in a form.
Syntax
Enter Name&nbsp;&nbsp;<INPUT TYPE=TEXT VALUE=Name>
Outcome is
Enter Name  

Other example
<INPUT TYPE=TEXT NAME=LAST SIZE=50 MAXLENGTH=20 VALUE=Lastname>



SIZE attribute define the size of textbox and MAXLENGTH attribute define the maximum character can entered in the textbox.

Login for comment